Welcome![Sign In][Sign Up]
Location:
Search - s3c2410 usb

Search list

[Internet-NetworkTL-WN321G-DRIVER

Description: USB无线网卡驱动,支持TP-LINK WN321,支持S3C2410+WLAN应用。
Platform: | Size: 152141 | Author: zhangfee | Hits:

[Other resourceZLG(2)

Description: zlg 图形移植到s3c2410盒usb
Platform: | Size: 32869056 | Author: Jinliangxu | Hits:

[Other resourcelJD2410DVK-I_TEST

Description: S3C2410的底层Bootloader的测试程序,有相应的USB驱动程序
Platform: | Size: 8225549 | Author: jiangling | Hits:

[Other resource6.4_usb_test

Description: S3C2410处理器集成的USB DEVICE设备控制驱动程序,实现PC端与实验板USB设备进行数据发送与接收。
Platform: | Size: 57343 | Author: AK | Hits:

[Other resourceWince_2410_bsp

Description: s3c2410,WinCE的完整BSP包,包含bootloader,driver:atapi,CANBus,CS8900,LCD,flash,USB,touch,
Platform: | Size: 3447614 | Author: zkrain | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Com Portvivi-sd-050408.tar

Description: mizi公司最新的vivi bootloader代码!-mizi latest anger Bootloader code!
Platform: | Size: 470016 | Author: 柯 三 | Hits:

[SCMUSBHOST.c

Description: 主机端控制C程序,自动妹举设备,自动检测设备,自动检测设备移除,以文件的方式管理U盘-mainframe C-control procedures, automatic sister held equipment, automatic test equipment, automatic test equipment removed a document management U disk
Platform: | Size: 5120 | Author: 红人 | Hits:

[Embeded LinuxlJD2410DVK-I_TEST

Description: S3C2410的底层Bootloader的测试程序,有相应的USB驱动程序-S3C2410 bottom Bootloader test procedures, has the corresponding USB driver
Platform: | Size: 8225792 | Author: jiangling | Hits:

[ARM-PowerPC-ColdFire-MIPSs3c2410boot

Description: 三星公司的ARM9处理器型号为s3c2410芯片的启动代码,已经移植好,其中保护芯片的USB驱动代码-Samsung ARM9 processor S3C2410 chip model startup code, have been transplanted, and which protect the chip USB driver code
Platform: | Size: 243712 | Author: 黄德 | Hits:

[Embeded Linuxlinux_usbd.tar

Description: 该程序对VIVI扩展了USB下载功能,能够在S3C2410上通过USB下载bootloader,kernel,rootfs,主机环境是了linux。类似minicom,但是速度要远远快于minicom。 -Similar minicom, but the speed is much faster than minicom.
Platform: | Size: 438272 | Author: lby | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C2410BIOS

Description: 为s3c2410定制的BIOSr,支持串口下载,USB下载和运行应用程序等功能-S3C2410 customized for BIOSr, support for serial download, USB download and run applications such as functional
Platform: | Size: 627712 | Author: kandyxiao | Hits:

[Embeded Linuxservercode

Description: 此代码为嵌入式图片服务器,已经通过s3c2410的开发板 系统环境linux 2.6.22 下测试运行。图片的采集部分是通过usb摄像头。-This code for embedded picture server, has passed S3C2410 development board system environment to test the running linux 2.6.22. Pictures of the acquisition in part through usb camera.
Platform: | Size: 235520 | Author: 杜海浩 | Hits:

[ARM-PowerPC-ColdFire-MIPSUSB_Device

Description: s3c2410的usb驱动及应用程序,供大家参考-s3c2410 the usb driver and application procedures for your reference
Platform: | Size: 63488 | Author: xiangzhiqi | Hits:

[ARM-PowerPC-ColdFire-MIPSu241mon

Description: 此程序为一个ADS1.2的工程。实现的是ARM9 S3C2410 的启动。包括串口的初始化和USB的初始化-This procedure works for a ADS1.2. ARM9 S3C2410 is the realization of start-up. Including the initialization and USB serial port initialization
Platform: | Size: 239616 | Author: 高扬 | Hits:

[ARM-PowerPC-ColdFire-MIPSsc2450pdd

Description: 这个是wince5.0下S3C2410下USB设备端驱动的源代码,写的很标准,具有很强的通用性。-The S3C2410 is wince5.0 under the USB device under the client-driven source code, written in a very standard, and highly versatile.
Platform: | Size: 19456 | Author: 张萌 | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C2410USBwirelesscardexperement

Description: 基于ARM9 S3C2410的 USB无线网卡 开发例子-ARM9 S3C2410 based on the example of the development of USB wireless card
Platform: | Size: 199680 | Author: 徐小俊 | Hits:

[USB developS3C2410USB

Description: s3c2410的usb例程 主要实现目标机和宿主机间的通信-the example of arm2410 usb The main achievement of the objectives and inter-host communication
Platform: | Size: 63488 | Author: 金敏 | Hits:

[Embeded LinuxS3C2410_USB

Description: s3c2410嵌入式Linux USB接口驱动源码-s3c2410 Embedded Linux USB interface driver source code
Platform: | Size: 11264 | Author: 西米 | Hits:

[Other Embeded programUSB_Device

Description: s3c2410开发板上的usb驱动开发,在开发前,请了解以下USB通信协议-s3c2410 development board usb driver development, in the development, please understand the following USB communication protocol
Platform: | Size: 63488 | Author: 杜金新 | Hits:
« 1 2 ... 4 5 6 7 8 910 »

CodeBus www.codebus.net